home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / rockbal.dxr / 00009_win HostSound.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  274 b   |  15 lines

  1. on exitFrame
  2.   global gMasterMoves, gJewelStatus
  3.   if char 2 of gJewelStatus = "0" then
  4.     myResponse = "1"
  5.   else
  6.     myResponse = "2"
  7.   end if
  8.   case gMasterMoves of
  9.     3:
  10.       HostSound("76461" & myResponse)
  11.     2:
  12.       HostSound("76462" & myResponse)
  13.   end case
  14. end
  15.